-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes News to Know to News #348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "News To Know" text on the Index view can be left alone since that text will only appear in the browser tab and on that page.
On the _Layout view, we want to change the text "News to Know" to just "News" in the navigation section. The issue has a screenshot of the text in the navigation itself to see where it is getting squished
That is what I was looking for! I totally forgot about the layout, I knew I
was missing something. Please allow me to fix it if you haven’t already
done so.
…On Tue, Nov 26, 2024 at 1:01 PM Joseph Ortiz ***@***.***> wrote:
***@***.**** requested changes on this pull request.
The "News To Know" text on the Index view can be left alone since that
text will only appear in the browser tab and on that page.
On the _Layout view, we want to change the text "News to Know" to just
"News" in the navigation section. The issue has a screenshot of the text in
the navigation itself to see where it is getting squished
------------------------------
In PC2/Views/NewsToKnow/Index.cshtml
<#348 (comment)>:
> @@ -2,7 +2,7 @@
<link rel="stylesheet" type="text/css" href="~/css/news.css" />
}
@{
- ViewData["Title"] = "News To Know";
We can leave this text as is on the page
—
Reply to this email directly, view it on GitHub
<#348 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH4IU6QY2NE3BECAF5A5SVT2CTOSRAVCNFSM6AAAAABSPDEGP6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDINRSGY3DCMZVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@ElizabethK9 Yes, please fix it and I'll review it again when you push your changes up. Thanks! |
…l back from news to News to Know
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Should be News instead of News to Know, let me know if it's not then I can see if I did it incorrectly.